System.Collections.Generic.ICollection<T>.Clear Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
private void ICollection<T>.Clear()
Visual Basic (Declaration)
Private Sub System.Collections.Generic.ICollection<T>.Clear Implements ICollection(Of T).Clear
Visual C++
private:
virtual void System.Collections.Generic.ICollection<T>.Clear () sealed = ICollection<T>::Clear

See Also